Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to CI/CD pipeline #1703

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Updates to CI/CD pipeline #1703

merged 1 commit into from
Aug 8, 2023

Conversation

arueth
Copy link
Collaborator

@arueth arueth commented Aug 7, 2023

Background

  • certificatemanager.googleapis.com API was not enabled
  • Cloud storage bucket was not globally unique

Change Summary

  • Added certificatemanager.googleapis.com API
  • Created a globally unique bucket bucket name
  • Cleaned up formatting

Testing Procedure

Tested on my project

Copy link
Member

@bourgeoisor bourgeoisor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -22,6 +22,7 @@ module "enabled_google_apis" {
activate_apis = [
"artifactregistry.googleapis.com",
"sourcerepo.googleapis.com",
"certificatemanager.googleapis.com",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

type = string
description = "Region where regional resources will be deployed (e.g. us-central1)"
type = string
description = "Region where regional resources will be deployed (e.g. us-east1)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly out of curiosity, why this change in the description?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So it doesn't get replaced by the sed command

@arueth arueth merged commit 80aea4b into main Aug 8, 2023
6 checks passed
@arueth arueth deleted the rueth-cicd branch August 8, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants